lcTIN_AddTrianI Home

Adds new triangle into a TIN object.

 HANDLE lcTIN_AddTrianI (
   int iPnt1,
   int iPnt2,
   int iPnt3
 );

Parameters
iPnt1 iPnt2 iPnt3
  Indices of TIN points which are vertices of the triangle.

Return Value

  Handle to the added TIN triangle.
If the function fails, the return value is NULL.

See Also

  lcTIN_GetPointIlcTIN_AddTrian